home *** CD-ROM | disk | FTP | other *** search
- tellTarget("/a")
- {
- gotoAndStop(1);
- }
- tellTarget("/1")
- {
- gotoAndStop(1);
- }
- tellTarget("/horns")
- {
- gotoAndStop(1);
- }
- tellTarget("/yacht")
- {
- gotoAndStop(1);
- }
- tellTarget("/abc instructions")
- {
- gotoAndStop(1);
- }
- tellTarget("/123 instructions")
- {
- gotoAndStop(1);
- }
- tellTarget("/games instructions")
- {
- gotoAndStop(1);
- }
- tellTarget("/music instructions")
- {
- gotoAndStop(1);
- }
- getUrl("FSCommand:fullscreen", "true");
- loadMovieNum("backmusic.swf",2,"GET");
- loadMovieNum("name.swf",3,"GET");
- stop();
-